ComponentOne ASP.NET MVC Controls
VerticalPosition Method

C1.Web.Mvc.Fluent Namespace > LineMarkerBuilder<T> Class : VerticalPosition Method
The value.
Configurates C1.Web.Mvc.LineMarker<T>.VerticalPosition. Sets the vertical position of the LineMarker relative to the plot area.
Syntax
'Declaration
 
Public Function VerticalPosition( _
   ByVal value As Nullable(Of Single) _
) As LineMarkerBuilder(Of T)
public LineMarkerBuilder<T> VerticalPosition( 
   Nullable<float> value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Its value range is (0, 1). If the value is null or undefined and @see:Interaction is set to Chart.LineMarkerInteraction.Move, the vertical position of the LineMarker is calculated automatically based on the pointer's position.
See Also

Reference

LineMarkerBuilder<T> Class
LineMarkerBuilder<T> Members